projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7d0f26d
)
(filesets-run-cmd--repl-fn): Use shell-quote-argument.
author
Kim F. Storm
<storm@cua.dk>
Sat, 14 Oct 2006 23:25:55 +0000
(23:25 +0000)
committer
Kim F. Storm
<storm@cua.dk>
Sat, 14 Oct 2006 23:25:55 +0000
(23:25 +0000)
lisp/filesets.el
patch
|
blob
|
history
diff --git
a/lisp/filesets.el
b/lisp/filesets.el
index 6e6ffc3add0d11429a1dd8dc877f3c42c4ebf7cb..355c39f8ed743165e1442f6fcc2928f3c3597b54 100644
(file)
--- a/
lisp/filesets.el
+++ b/
lisp/filesets.el
@@
-1603,7
+1603,7
@@
Replace <file-name> or <<file-name>> with filename."
((equal arg "<file-name>")
(buffer-file-name))
((equal arg "<<file-name>>")
- (
filesets-quote
(buffer-file-name)))
+ (
shell-quote-argument
(buffer-file-name)))
(t
arg))))